home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / ved04b / lettert.v04 < prev    next >
Text File  |  1994-12-15  |  2KB  |  63 lines

  1. *****************************************************************************
  2. * Object file for VED v0.4 beta                                             *
  3. * "Letter T" by Tumblin / Bodies In Motion                                  *
  4. *****************************************************************************
  5.  
  6. *------------------------------ Vertices -----------------------------------*
  7.  
  8. 16, * number of vertices
  9.  
  10. * back face of T
  11. -50,50,-10,    * vertex 0
  12. 50,50,-10,     * vertex 1
  13. 50,30,-10,     * vertex 2
  14. 10,30,-10,     * vertex 3
  15. 10,-50,-10,    * vertex 4
  16. -10,-50,-10,   * vertex 5
  17. -10,30,-10,    * vertex 6
  18. -50,30,-10,    * vertex 7
  19.  
  20. * front face of T
  21. -50,50,10,    * vertex 8
  22. 50,50,10,     * vertex 9
  23. 50,30,10,     * vertex 10
  24. 10,30,10,     * vertex 11
  25. 10,-50,10,    * vertex 12
  26. -10,-50,10,   * vertex 13
  27. -10,30,10,    * vertex 14
  28. -50,30,10,    * vertex 15
  29.  
  30. *------------------------------ Polygons -----------------------------------*
  31.  
  32. 12, * # of polygons
  33.  
  34. * list of polygon descriptors
  35.  
  36. * front horizontal piece
  37. 4,  8,15,10,9,  4,
  38. * front vertical piece
  39. 4,  14,13,12,11,  4,
  40. * back horizontal piece
  41. 4,  1,2,7,0,  4,
  42. * back vertical piece
  43. 4,  3,4,5,6,  4,
  44. * left side upper piece
  45. 4,  0,7,15,8,  4,
  46. * left side lower piece
  47. 4,  6,5,13,14,  4,
  48. * right side upper piece
  49. 4,  9,10,2,1,  4,
  50. * right side lower piece
  51. 4,  11,12,4,3,  4,
  52. * bottom left piece
  53. 4,  15,7,6,14,  4,
  54. * bottom middle piece
  55. 4,  13,5,4,12,  4,
  56. * bottom right piece
  57. 4,  11,3,2,10,  4,
  58. * top piece
  59. 4,  0,8,9,1,  4
  60.  
  61. * end of object
  62.  
  63.